diff --git a/changes4.3.html b/changes4.3.html
index 8e3c4b745..2717b49e0 100644
--- a/changes4.3.html
+++ b/changes4.3.html
@@ -14,8 +14,29 @@
Changes in YAP4.3
+Yap-4.3.21:
+
+ - FIXED: open_socket would crash if no more available sockets.
+ - FIXED: CLPQR complaints on importing private predicates.
+
+
Yap-4.3.20:
+ - FIXED: 'aaaa''xaaa' was inserting x instead of ' (Miguel Filgueiras).
+ - FIXED: fix CHR using merge from prolog instead of ordsets.
+ - FIXED: store infinite terms in DB properly (at last).
+ - FIXED: execute_7 (Paulo Moura).
+ - FIXED: expand meta-call arguments even if they are
+ built-ins (otherwise breaks bb_*).
+ - FIXED: always generate FATAL_ERROR on SIGSEGV.
+ - FIXED: another GC bug.
+ - FIXED: phrase/2 and phrase/3 are meta-predicates.
+ - FIXED: use TR instead of H for system.
+ - FIXED: absolute_file_name/2 should be SICStus compatible (Nicos Angelopoulos).
+ - FIXED: put < debugger back to work (Ines Dutra).
+ - FIXED: make rem and mod ISO-compatible operators (Paulo Moura).
+ - FIXED: expand consult stack when there are too many
+ predicates (David Page).
- FIXED: create DLs even when you don't need .so.
- FIXED: abolish/1.
- NEW: try to make module system really compatible.